google.golang.org/grpc/internal/transport.http2Client.streamQuota (field)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L110: 	streamQuota           int64
		http2_client.go#L342: 		streamQuota:           defaultMaxStreamsClient,
		http2_client.go#L770: 		if t.streamQuota <= 0 { // Can go negative if server decreases it.
		http2_client.go#L780: 		t.streamQuota--
		http2_client.go#L798: 		if t.streamQuota > 0 && t.waitingStreams > 0 {
		http2_client.go#L935: 		t.streamQuota++
		http2_client.go#L936: 		if t.streamQuota > 0 && t.waitingStreams > 0 {
		http2_client.go#L1232: 			t.streamQuota += delta